C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / ColumnFilterBase<T> Class / Apply Method
Value to filter.

In This Topic
Apply Method (ColumnFilterBase<T>)
In This Topic
Applies the filter to a given value.
Syntax
'Declaration
 
Public Function Apply( _
   ByVal value As Object _
) As Boolean
 

Parameters

value
Value to filter.

Return Value

True if the value satisfies the filter, false otherwise.
See Also